Topology2 : add DTS topology to support PTL#10715
Open
joechengxperi wants to merge 2 commits intothesofproject:mainfrom
Open
Topology2 : add DTS topology to support PTL#10715joechengxperi wants to merge 2 commits intothesofproject:mainfrom
joechengxperi wants to merge 2 commits intothesofproject:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a DTS-based topology2 variant for Panther Lake (PTL) SoundWire designs, integrating DTS processing into the SDW speaker and jack playback pipelines and registering a new production topology build target.
Changes:
- Register a new PTL “-dts” cavs-sdw topology target in the ace3 production target list.
- Add DTS-specific SDW amp/jack platform configs and wire them into
cavs-sdw.confviaSDW_*_PIPELINE_SRC=dts. - Introduce a new reusable BE pipeline class
mixout-gain-eqiir-dts-alh-dai-copier-playbackand update related pipeline documentation text.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/topology/topology2/production/tplg-targets-ace3.cmake | Adds a new PTL DTS topology target tuple. |
| tools/topology/topology2/platform/intel/sdw-jack-dts.conf | New DTS jack pipeline definition, including DTS widget + routing. |
| tools/topology/topology2/platform/intel/sdw-amp-dts.conf | New DTS speaker pipeline definition, including DTS widget + routing. |
| tools/topology/topology2/include/pipelines/cavs/mixout-gain-eqiir-dts-dai-copier-playback.conf | Fixes top-of-file pipeline description/comments. |
| tools/topology/topology2/include/pipelines/cavs/mixout-gain-eqiir-dts-alh-dai-copier-playback.conf | Adds a new BE pipeline class for ALH + EQIIR + DTS. |
| tools/topology/topology2/cavs-sdw.conf | Wires dts pipeline source keys to the new platform configs and includes the new pipeline class. |
johnylin76
approved these changes
Apr 22, 2026
Contributor
johnylin76
left a comment
There was a problem hiding this comment.
No more comment but the previous one to ask about the common topology build.
Member
|
@joechengxperi could you respond/resolve any copilot comments as this is now needed before merge. Thanks ! |
Contributor
Author
Sure, I'm working on it. Thanks for remind it. |
3df094c to
7e261bc
Compare
7e261bc to
acbe723
Compare
bardliao
approved these changes
Apr 23, 2026
Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
Split this cmakefile from the origin commit for the futher maintenance of production branch Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
acbe723 to
c50b58a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change was originally included in PR #10678 and has been split into a standalone PR to simplify maintenance. This separation was requested by @macchian .